-- card: 28656 from stack: in.0-6 -- bmap block id: 11008 -- flags: 0000 -- background id: 9237 -- name: messageWatcher ----- HyperTalk script ----- on closeCard hideInfo end closeCard on hideInfo hideFlds 2 end hideInfo -- part 1 (field) -- low flags: 01 -- high flags: 2004 -- rect: left=77 top=213 right=322 bottom=436 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 174 -- text size: 14 -- style flags: 0 -- line height: 14 -- part name: ----- HyperTalk script ----- on mouseUp end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=393 top=289 right=318 bottom=431 -- title width / last selected line: 0 -- icon id / first selected line: 5233 / 5233 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: returnArrow ----- HyperTalk script ----- on mouseUp visual zoom close go cd "DEBUGGING TOOLS" of stack "Intro to HyperCard 2.0" end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=57 top=31 right=202 bottom=246 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Info 1 ----- HyperTalk script ----- on mouseUp showFld end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=259 top=31 right=202 bottom=448 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Info 2 ----- HyperTalk script ----- on mouseUp showFld end mouseUp -- part 6 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=179 top=261 right=277 bottom=370 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: -- part 4 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=10 top=156 right=321 bottom=254 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 174 -- text size: 14 -- style flags: 0 -- line height: 15 -- part name: info 1 ----- HyperTalk script ----- on mouseUp hide me end mouseUp -- part 7 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=255 top=156 right=288 bottom=506 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 174 -- text size: 14 -- style flags: 0 -- line height: 15 -- part name: info 2 ----- HyperTalk script ----- on mouseUp hide me end mouseUp -- part contents for card part 1 ----- text ----- The Message Watcher displays HyperTalk messages as they are sent. You can display the window by executing the HyperTalk command Click on the two versions of the window to learn about them. -- part contents for card part 4 ----- text ----- By default, the Message Watcher shows only the messages that are handled by scripts. The Message Watcher starts recording messages as soon as you open it, but will store only the last 2048 characters worth of messages. Older messages are purged as new messages fill the buffer. -- part contents for card part 6 ----- text ----- set messageWatching to true -- part contents for card part 7 ----- text ----- If you check off the Hide unused messages option, the Message Watcher will display ALL messages that are sent, whether or not they are intercepted by a handler. Messages that are not caught by any script are listed in parentheses.